home *** CD-ROM | disk | FTP | other *** search
/ 95.86.62.111 / 95.86.62.111.tar / 95.86.62.111 / Active Sync 4.5.rar / Active Sync 4.5 / setup.msi / ActiveSync.cab / WceRndis.inf < prev    next >
INI File  |  2006-03-08  |  3KB  |  116 lines

  1. ;                     
  2. ; Windows Mobile USB Host Setup File
  3. ; Copyright (c) Microsoft Corporation
  4. ;
  5. ; WceRndis.INF -- This is the inf installation script for the stand-alone
  6. ;                  release of RNDIS-over-USB host driver for Windows Mobile USB Function devices.
  7. ;
  8.  
  9. [Version]
  10. Signature           = "$Windows NT$"
  11. Class               = Net
  12. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  13. Provider            = %Microsoft%
  14. DriverVer           = 10/28/2005,5.1.2600.2781
  15. CatalogFile.NT      = WceRndis.cat
  16.  
  17. [Manufacturer]
  18. %Microsoft%          = WindowsCeDevices,NT.5.1,NTx86,NTamd64
  19.  
  20. [WindowsCeDevices]
  21. %WindowsCeDevice%    = RNDIS, USB\Class_EF&SubClass_01&Prot_01
  22.  
  23. [WindowsCeDevices.NT.5.1]
  24. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_EF&SubClass_01&Prot_01
  25.  
  26. [WindowsCeDevices.NTx86]
  27. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_EF&SubClass_01&Prot_01
  28.  
  29. [WindowsCeDevices.NTamd64]
  30. %WindowsCeDevice%    = RNDIS.NT.5.1, USB\Class_EF&SubClass_01&Prot_01
  31.  
  32. [ControlFlags]
  33. ExcludeFromSelect=*
  34.  
  35. ; Windows XP specific sections -----------------------------------
  36.  
  37. [RNDIS.NT.5.1]
  38. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  39. BusType         = 15
  40. include         = netrndis.inf
  41. needs           = Usb_Rndis.ndi
  42. AddReg          = RNDIS_AddReg_XP
  43.  
  44. ;[RNDIS_CopyFiles_NT.5.1]
  45. ; no copyfiles - the files are already in place for XP and above
  46.  
  47. [RNDIS.NT.5.1.Services]
  48. include     = netrndis.inf
  49. needs       = Usb_Rndis.ndi.Services
  50.  
  51. [RNDIS_AddReg_XP]
  52. HKR, Ndi\Interfaces,        UpperRange,          0, "ndis5_ip, ndis5_ip6"
  53. HKR, Ndi\Interfaces,        LowerRange,          0, "atm"
  54.  
  55. ; Windows 2000 specific sections ---------------------------------
  56.  
  57. [RNDIS.NT]
  58. Characteristics = 0x84   ; NCF_PHYSICAL + NCF_HAS_UI
  59. BusType         = 15
  60. DriverVer       = 11/09/2005,5.2.3790.1454
  61. AddReg          = RNDIS_AddReg_NT
  62. CopyFiles       = RNDIS_CopyFiles_NT
  63.  
  64. [RNDIS.NT.Services]
  65. AddService = usb_rndisy, 2, RNDIS_ServiceInst_NT, RNDIS_EventLog
  66.  
  67. [RNDIS_CopyFiles_NT]
  68. ; no rename of files on Windows 2000, use the 'y' names as is
  69. usb8023y.sys, , , 0 
  70. rndismpy.sys, , , 0 
  71.  
  72. [RNDIS_ServiceInst_NT]
  73. DisplayName     = %ServiceDisplayName%
  74. ServiceType     = 1 
  75. StartType       = 3 
  76. ErrorControl    = 1 
  77. ServiceBinary   = %12%\usb8023y.sys    
  78. LoadOrderGroup  = NDIS
  79. AddReg          = RNDIS_WMI_AddReg_NT
  80.  
  81. [RNDIS_WMI_AddReg_NT]
  82. HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismpy.sys"
  83.  
  84. ; DO NOT MODIFY ServiceName!!
  85. [RNDIS_AddReg_NT]
  86. HKR, ,                  ReclaimRecv,    0x00010001, 1
  87. HKR, Ndi,               Service,        0, "usb_rndisy"
  88. HKR, Ndi\Interfaces,    UpperRange,     0, "ndis5_ip, ndis5_ip6" 
  89. HKR, Ndi\Interfaces,    LowerRange,     0, "atm"
  90.  
  91. ; References -------------------------------------------
  92.  
  93. [RNDIS_EventLog]
  94. AddReg = RNDIS_EventLog_AddReg
  95.  
  96. [RNDIS_EventLog_AddReg]
  97. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  98. HKR, , TypesSupported,   0x00010001, 7
  99.  
  100. [SourceDisksNames]
  101. 1=%SourceDisk%,,1
  102.  
  103. [SourceDisksFiles]
  104. usb8023y.sys=1
  105. rndismpy.sys=1
  106.  
  107. [DestinationDirs]
  108. RNDIS_CopyFiles_NT    = 12
  109.  
  110. ; DO NOT MODIFY ServiceDisplayName!!
  111. [Strings]
  112. ServiceDisplayName    = "USB RNDIS Adapter"
  113. Microsoft             = "Microsoft Corporation"
  114. WindowsCeDevice       = "Windows Mobile-based Device"
  115. SourceDisk            = "Windows Mobile-based Device Driver Install Disk"
  116.